KREDOR Business Object Framework Documentation

SelectFrom<T>.ByPrimaryKey Method (Object)

Returns the BusinessObject identified by the specified primary key value.

public static T ByPrimaryKey(
   Object value
);

Return Value

A BusinessObject or -null- if no object was found.

See Also

SelectFrom<T> Class | Kredor.BO Namespace | SelectFrom<T>.ByPrimaryKey Overload List